home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / prgtools / prtsut53.zip / SU1SRC.ZIP / DEMO09.DFM / DEMO09.txt
Text File  |  1997-02-02  |  4KB  |  156 lines

  1. object FBDemo09: TFBDemo09
  2.   Left = 194
  3.   Top = 380
  4.   Width = 512
  5.   Height = 288
  6.   Caption = 'FBDemo09'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   TextHeight = 16
  13.   object Button1: TButton
  14.     Left = 232
  15.     Top = 8
  16.     Width = 75
  17.     Height = 25
  18.     Caption = 'Button1'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object CBReport1: TCBReport
  23.     Left = 13
  24.     Top = 47
  25.     Width = 992
  26.     Height = 1403
  27.     Font.Color = clWindowText
  28.     Font.Height = 16
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     Color = 15794175
  32.     ParentFont = False
  33.     Frame.Color = clSilver
  34.     Frame.Left = frSingleThin
  35.     Frame.Right = frSingleThin
  36.     Frame.Top = frSingleThin
  37.     Frame.Bottom = frSingleThin
  38.     ForceNewPage = False
  39.     BandType = cbTitle
  40.     About = 'Version 5.33'
  41.     AboutRegistered = 'LUKE GREWS'
  42.     Bands.LabelBand = CBLabelBand1
  43.     Viewer.BkColor = 11234567
  44.     Viewer.Heading = 'BandIt Viewer'
  45.     Viewer.ShowCancelDialog = True
  46.     Viewer.MinimizeRunForm = False
  47.     Viewer.ZoomPercentage = 100.000000000000000000
  48.     Page.FrameStyle = frThin
  49.     Page.MarginLeft = 0.400000000000000000
  50.     Page.MarginTop = 0.400000000000000000
  51.     Page.MarginRight = 0.400000000000000000
  52.     Page.PaperSize = A4
  53.     OutputTo = poViewer
  54.     Orientation = Default
  55.     Units = poInches
  56.     Copies = 1
  57.     LineSpacing = 2.500000000000000000
  58.     RewindBeforePrint = True
  59.     object CBLabelBand1: TCBLabelBand
  60.       Left = 49
  61.       Top = 49
  62.       Width = 894
  63.       Height = 112
  64.       Align = alTop
  65.       Color = clWhite
  66.       Frame.Color = clSilver
  67.       Frame.Left = frNone
  68.       Frame.Right = frNone
  69.       Frame.Top = frNone
  70.       Frame.Bottom = frNone
  71.       ForceNewPage = False
  72.       BandType = cLabel
  73.       LabelWidth = 300.000000000000000000
  74.       NumberAcross = 3
  75.       NumberDown = 10
  76.       DataSource = DataSource1
  77.       object Label1: TLabel
  78.         Left = 24
  79.         Top = 16
  80.         Width = 60
  81.         Height = 16
  82.         Caption = 'Company'
  83.         Font.Color = clMaroon
  84.         Font.Height = -13
  85.         Font.Name = 'Arial'
  86.         Font.Style = [fsBold]
  87.         ParentFont = False
  88.       end
  89.       object DBText1: TDBText
  90.         Left = 88
  91.         Top = 16
  92.         Width = 81
  93.         Height = 17
  94.         DataField = 'Company'
  95.         DataSource = DataSource1
  96.       end
  97.       object Label2: TLabel
  98.         Left = 24
  99.         Top = 40
  100.         Width = 50
  101.         Height = 16
  102.         Caption = 'Address'
  103.         Font.Color = clMaroon
  104.         Font.Height = -13
  105.         Font.Name = 'Arial'
  106.         Font.Style = [fsBold]
  107.         ParentFont = False
  108.       end
  109.       object DBText2: TDBText
  110.         Left = 88
  111.         Top = 40
  112.         Width = 81
  113.         Height = 17
  114.         DataField = 'Addr1'
  115.         DataSource = DataSource1
  116.       end
  117.       object DBText3: TDBText
  118.         Left = 88
  119.         Top = 56
  120.         Width = 81
  121.         Height = 17
  122.         DataField = 'Addr2'
  123.         DataSource = DataSource1
  124.       end
  125.       object DBText4: TDBText
  126.         Left = 88
  127.         Top = 72
  128.         Width = 81
  129.         Height = 17
  130.         DataField = 'City'
  131.         DataSource = DataSource1
  132.       end
  133.       object DBText5: TDBText
  134.         Left = 88
  135.         Top = 88
  136.         Width = 81
  137.         Height = 17
  138.         DataField = 'Country'
  139.         DataSource = DataSource1
  140.       end
  141.     end
  142.   end
  143.   object Table1: TTable
  144.     Active = True
  145.     DatabaseName = 'DBDEMOS'
  146.     TableName = 'CUSTOMER.DB'
  147.     Left = 40
  148.     Top = 8
  149.   end
  150.   object DataSource1: TDataSource
  151.     DataSet = Table1
  152.     Left = 8
  153.     Top = 8
  154.   end
  155. end
  156.